Autogenerated HTML docs for v1.8.1.2-545-g2f19ad 
diff --git a/git-tools.html b/git-tools.html index e2b8935..c07ecae 100644 --- a/git-tools.html +++ b/git-tools.html 
@@ -4,7 +4,7 @@  <head>   <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />   <meta name="generator" content="AsciiDoc 8.6.8" />  -<title>A short git tools survey</title>  +<title>A short Git tools survey</title>   <style type="text/css">   /* Shared CSS for AsciiDoc xhtml11 and html5 backends */    @@ -731,13 +731,13 @@  </head>   <body class="article">   <div id="header">  -<h1>A short git tools survey</h1>  +<h1>A short Git tools survey</h1>   </div>   <div id="content">   <div class="sect1">   <h2 id="_introduction">Introduction</h2>   <div class="sectionbody">  -<div class="paragraph"><p>Apart from git contrib/ area there are some others third-party tools  +<div class="paragraph"><p>Apart from Git contrib/ area there are some others third-party tools   you may want to look.</p></div>   <div class="paragraph"><p>This document presents a brief summary of each tool and the corresponding   link.</p></div>  @@ -753,15 +753,15 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>Cogito is a version control system layered on top of the git tree history  +<pre><code>Cogito is a version control system layered on top of the Git tree history   storage system. It aims at seamless user interface and ease of use,  -providing generally smoother user experience than the "raw" Core GIT  +providing generally smoother user experience than the "raw" Core Git   itself and indeed many other version control systems.</code></pre>   </div></div>   <div class="literalblock">   <div class="content">   <pre><code>Cogito is no longer maintained as most of its functionality  -is now in core GIT.</code></pre>  +is now in core Git.</code></pre>   </div></div>   </li>   <li>  @@ -770,8 +770,8 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>pg is a shell script wrapper around GIT to help the user manage a set of  -patches to files. pg is somewhat like quilt or StGIT, but it does have a  +<pre><code>pg is a shell script wrapper around Git to help the user manage a set of  +patches to files. pg is somewhat like quilt or StGit, but it does have a   slightly different feature set.</code></pre>   </div></div>   </li>  @@ -781,8 +781,8 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>Stacked GIT provides a quilt-like patch management functionality in the  -GIT environment. You can easily manage your patches in the scope of GIT  +<pre><code>Stacked Git provides a quilt-like patch management functionality in the  +Git environment. You can easily manage your patches in the scope of Git   until they get merged upstream.</code></pre>   </div></div>   </li>  @@ -799,7 +799,7 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>gitk is a simple Tk GUI for browsing history of GIT repositories easily.</code></pre>  +<pre><code>gitk is a simple Tk GUI for browsing history of Git repositories easily.</code></pre>   </div></div>   </li>   <li>  @@ -808,7 +808,7 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>gitview is a GTK based repository browser for git</code></pre>  +<pre><code>gitview is a GTK based repository browser for Git</code></pre>   </div></div>   </li>   <li>  @@ -817,7 +817,7 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>GITweb provides full-fledged web interface for GIT repositories.</code></pre>  +<pre><code>Gitweb provides full-fledged web interface for Git repositories.</code></pre>   </div></div>   </li>   <li>  @@ -826,10 +826,10 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>QGit is a git/StGIT GUI viewer built on Qt/C++. QGit could be used  +<pre><code>QGit is a git/StGit GUI viewer built on Qt/C++. QGit could be used   to browse history and directory tree, view annotated files, commit   changes cherry picking single files or applying patches.  -Currently it is the fastest and most feature rich among the git  +Currently it is the fastest and most feature rich among the Git   viewers and commit tools.</code></pre>   </div></div>   </li>  @@ -839,10 +839,10 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>tig by Jonas Fonseca is a simple git repository browser  +<pre><code>tig by Jonas Fonseca is a simple Git repository browser   written using ncurses. Basically, it just acts as a front-end   for git-log and git-show/git-diff. Additionally, you can also  -use it as a pager for git commands.</code></pre>  +use it as a pager for Git commands.</code></pre>   </div></div>   </li>   </ul></div>  @@ -859,7 +859,7 @@  <div class="literalblock">   <div class="content">   <pre><code>git-svn is a simple conduit for changesets between a single Subversion  -branch and git.</code></pre>  +branch and Git.</code></pre>   </div></div>   </li>   <li>  @@ -869,7 +869,7 @@  <div class="literalblock">   <div class="content">   <pre><code>These utilities convert patch series in a quilt repository and commit  -series in git back and forth.</code></pre>  +series in Git back and forth.</code></pre>   </div></div>   </li>   <li>  @@ -878,9 +878,9 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>hg-to-git converts a Mercurial repository into a git one, and  +<pre><code>hg-to-git converts a Mercurial repository into a Git one, and   preserves the full branch history in the process. hg-to-git can  -also be used in an incremental way to keep the git repository  +also be used in an incremental way to keep the Git repository   in sync with the master Mercurial repository.</code></pre>   </div></div>   </li>  @@ -897,7 +897,7 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>Commit Tool or (h)gct is a GUI enabled commit tool for git and  +<pre><code>Commit Tool or (h)gct is a GUI enabled commit tool for Git and   Mercurial (hg). It allows the user to view diffs, select which files   to committed (or ignored / reverted) write commit messages and   perform the commit itself.</code></pre>  @@ -909,7 +909,7 @@  </p>   <div class="literalblock">   <div class="content">  -<pre><code>This is an Emacs interface for git. The user interface is modeled on  +<pre><code>This is an Emacs interface for Git. The user interface is modeled on   pcl-cvs. It has been developed on Emacs 21 and will probably need some   tweaking to work on XEmacs.</code></pre>   </div></div>  @@ -923,7 +923,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2011-11-15 13:45:02 PST  +Last updated 2013-02-05 21:07:26 PST   </div>   </div>   </body>